float get_float()
None
Returns a float loaded from the opened file.
This function reads a float from the opened file. It is just like doing a fscanf(fp,"%f",&var).